home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / tictac / tictac.doc.z / tictac.doc
Text File  |  2002-04-08  |  529b  |  35 lines

  1. /*
  2. $Id$
  3. */
  4. /*!   \page tictac-example.html
  5.  
  6.   \ingroup examples
  7.   \title Tic Tac Toe
  8.  
  9.   This is an implementation of the Tic-tac-toe game.
  10.  
  11.   We didn't put much effort in making a clever algorithm so it's not a
  12.   challenge to play against the computer. Instead, study the source code
  13.   to see how you can make reusable components such as the \e TicTacGameBoard
  14.   widget.
  15.  
  16.   <hr>
  17.  
  18.   Header file:
  19.  
  20.   \include tictac/tictac.h
  21.  
  22.   <hr>
  23.  
  24.   Implementation:
  25.  
  26.   \include tictac/tictac.cpp
  27.  
  28.   <hr>
  29.  
  30.   Main:
  31.  
  32.   \include tictac/main.cpp
  33. */
  34.  
  35.